home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3parmap.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_PARALLELMAPPING_H = 1;
- include("real/objects/r3map.js")
-
-
- var R3CLID_PARALLELMAPPING = 515;
-
-
-
-
-
-
-
- R3PARMAPA_P0 = 515500;
- function SetR3PARMAPA_P0(value) {
- R3Set(this.r3obj, R3PARMAPA_P0, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PARMAPA_P0() {
- return R3Get(this.r3obj, R3PARMAPA_P0, R3TID_VECTOR, 0);
- }
-
- R3PARMAPA_P1 = 515501;
- function SetR3PARMAPA_P1(value) {
- R3Set(this.r3obj, R3PARMAPA_P1, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PARMAPA_P1() {
- return R3Get(this.r3obj, R3PARMAPA_P1, R3TID_VECTOR, 0);
- }
-
- R3PARMAPA_P2 = 515502;
- function SetR3PARMAPA_P2(value) {
- R3Set(this.r3obj, R3PARMAPA_P2, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PARMAPA_P2() {
- return R3Get(this.r3obj, R3PARMAPA_P2, R3TID_VECTOR, 0);
- }
-
- R3PARMAPA_P3 = 515503;
- function SetR3PARMAPA_P3(value) {
- R3Set(this.r3obj, R3PARMAPA_P3, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PARMAPA_P3() {
- return R3Get(this.r3obj, R3PARMAPA_P3, R3TID_VECTOR, 0);
- }
-
- R3PARMAPA_Width = 515504;
- function SetR3PARMAPA_Width(value) {
- R3Set(this.r3obj, R3PARMAPA_Width, value, R3TID_FLOAT, 0);
- }
-
- function GetR3PARMAPA_Width() {
- return R3Get(this.r3obj, R3PARMAPA_Width, R3TID_FLOAT, 0);
- }
-
- R3PARMAPA_Height = 515505;
- function SetR3PARMAPA_Height(value) {
- R3Set(this.r3obj, R3PARMAPA_Height, value, R3TID_FLOAT, 0);
- }
-
- function GetR3PARMAPA_Height() {
- return R3Get(this.r3obj, R3PARMAPA_Height, R3TID_FLOAT, 0);
- }
-
- R3PARMAPA_Depth = 515506;
- function SetR3PARMAPA_Depth(value) {
- R3Set(this.r3obj, R3PARMAPA_Depth, value, R3TID_FLOAT, 0);
- }
-
- function GetR3PARMAPA_Depth() {
- return R3Get(this.r3obj, R3PARMAPA_Depth, R3TID_FLOAT, 0);
- }
-
- R3PARMAPA_Roll = 515507;
- function SetR3PARMAPA_Roll(value) {
- R3Set(this.r3obj, R3PARMAPA_Roll, value, R3TID_INTEGER, 0);
- }
-
- function GetR3PARMAPA_Roll() {
- return R3Get(this.r3obj, R3PARMAPA_Roll, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Parallelmapping () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PARALLELMAPPING, arguments);
- }
- // Methods
-
- // Attributes
- this.GetP0=GetR3PARMAPA_P0;
- this.SetP0=SetR3PARMAPA_P0;
- this.GetP1=GetR3PARMAPA_P1;
- this.SetP1=SetR3PARMAPA_P1;
- this.GetP2=GetR3PARMAPA_P2;
- this.SetP2=SetR3PARMAPA_P2;
- this.GetP3=GetR3PARMAPA_P3;
- this.SetP3=SetR3PARMAPA_P3;
- this.GetWidth=GetR3PARMAPA_Width;
- this.SetWidth=SetR3PARMAPA_Width;
- this.GetHeight=GetR3PARMAPA_Height;
- this.SetHeight=SetR3PARMAPA_Height;
- this.GetDepth=GetR3PARMAPA_Depth;
- this.SetDepth=SetR3PARMAPA_Depth;
- this.GetRoll=GetR3PARMAPA_Roll;
- this.SetRoll=SetR3PARMAPA_Roll;
- }
-
- r3Parallelmapping.prototype=new r3Mapping;
- // r3parmap.h_H